home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / table / bigtable / bigtable.doc.z / bigtable.doc
Text File  |  2002-04-08  |  322b  |  21 lines

  1. /*
  2. $Id$
  3. */
  4.      
  5. /*! \page bigtable-example.html
  6.  
  7.   \ingroup table-examples
  8.  
  9.   \title How to create a large, sparse QTable 
  10.  
  11.     This example shows a sparse table implementation using a QIntDict to
  12.     keep track of the cells that are actually in use.
  13.  
  14.   <hr>
  15.  
  16.   Implementation:
  17.  
  18.   \include table/bigtable/main.cpp
  19.  
  20. */
  21.